Esempio n. 1
0
 // TODO - ShellProperties.cs also has a similar class that is used for creating
 // a ShellObject specific IShellProperty. These 2 methods should be combined or moved to a
 // common location.
 internal static IShellProperty CreateTypedProperty(PropertyKey propKey, IPropertyStore nativePropertyStore)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, nativePropertyStore));
 }
Esempio n. 2
0
 // TODO - ShellProperties.cs also has a similar class that is used for creating
 // a ShellObject specific IShellProperty. These 2 methods should be combined or moved to a
 // common location.
 public static IShellProperty CreateTypedProperty(PropertyKey propKey, IPropertyStore NativePropertyStore)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, NativePropertyStore));
 }
Esempio n. 3
0
 // TODO - ShellProperties.cs also has a similar class that is used for creating a ShellObject specific IShellProperty. These 2
 // methods should be combined or moved to a common location.
 internal static IShellProperty CreateTypedProperty(PropertyKey propKey, IPropertyStore NativePropertyStore) => ShellPropertyFactory.CreateShellProperty(propKey, NativePropertyStore);
Esempio n. 4
0
 internal IShellProperty CreateTypedProperty(PropertyKey propKey)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, this.ParentShellObject));
 }
Esempio n. 5
0
 public IShellProperty CreateTypedProperty(PropertyKey propKey)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, ParentShellObject));
 }