Пример #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));
 }
Пример #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));
 }
Пример #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);
Пример #4
0
 internal IShellProperty CreateTypedProperty(PropertyKey propKey)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, this.ParentShellObject));
 }
Пример #5
0
 public IShellProperty CreateTypedProperty(PropertyKey propKey)
 {
     return(ShellPropertyFactory.CreateShellProperty(propKey, ParentShellObject));
 }