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

            this.PropertyEnumTypeNative = propertyEnumTypeNative;
        }