Exemplo n.º 1
0
 internal ShellPropertyEnumType(IPropertyEnumType nativePropertyEnumType) => NativePropertyEnumType = nativePropertyEnumType;
Exemplo n.º 2
0
 internal ShellPropertyEnumType(IPropertyEnumType nativePropertyEnumType)
 {
     NativePropertyEnumType = nativePropertyEnumType;
 }
 internal ShellPropertyEnumType(IPropertyEnumType nativePropertyEnumType)
 {
     this.NativePropertyEnumType = nativePropertyEnumType;
 }
Exemplo n.º 4
0
 public ShellPropertyEnumType(IPropertyEnumType nativePropertyEnumType)
 {
     NativePropertyEnumType = nativePropertyEnumType;
 }
Exemplo n.º 5
0
 internal Value(IntPtr pUnk)
 {
     _propEnumType = (IPropertyEnumType)Marshal.GetUniqueObjectForIUnknown(pUnk);
 }
Exemplo n.º 6
0
 public ShellPropertyEnumType(IPropertyEnumType nativePropertyEnumType)
 {
     NativePropertyEnumType = nativePropertyEnumType;
 }
        internal ShellPropertyEnumType(IPropertyEnumType propertyEnumTypeNative)
        {
            Contract.Requires <ArgumentNullException>(propertyEnumTypeNative != null);

            this.PropertyEnumTypeNative = propertyEnumTypeNative;
        }