PropertyStore Class |
Namespace: ShellBoost.Core
public class PropertyStore
The PropertyStore type exposes the following members.
Name | Description | |
---|---|---|
PropertyStore | Initializes a new instance of the PropertyStore class |
Name | Description | |
---|---|---|
AssociationElements |
Gets the association elements ShellBoost specific property key.
| |
Cookie |
Gets the context cookie from a shell folder. Only available from the native proxy.
| |
Count |
Gets the properties count.
| |
CurrentItem |
Gets the current item ShellBoost specific property key.
| |
DelegateItem |
Gets the delegate item ShellBoost specific property key.
| |
DisplayItem |
Gets the display item ShellBoost specific property key.
| |
FileSystemPath |
Gets a physical ShellBoost Shell Item file system path.
| |
FolderFlags |
Gets the folder flags ShellBoost specific property key.
| |
FolderIconSize |
Gets the size of the folder icon ShellBoost specific property key.
| |
FolderTypeId |
Gets the folder type identifier ShellBoost specific property key.
| |
FolderViewMode |
Gets the folder view mode ShellBoost specific property key.
| |
FormatId |
Gets the ShellBoost properties format identifier.
| |
IdentityName |
Gets the name of the identity ShellBoost specific property key.
| |
Keys |
Gets the list of keys.
| |
MaxItemCount |
Gets the maximum item count ShellBoost specific property key.
| |
Moniker |
Gets the moniker ShellBoost specific property key.
If the value is a 32-bit negative integer, it will be used as an error to report on moniker open tentative.
| |
OverlayIconLocation |
Gets the overlay icon location ShellBoost specific property key.
| |
PreviewItem |
Gets the preview item ShellBoost specific property key.
| |
PropSheetClsid |
Gets the property sheet CLSID ShellBoost specific property key.
| |
Storage |
Gets the storage ShellBoost specific property key.
If the value is a 32-bit negative integer, it will be used as an error to report on storage open tentative.
| |
SupportsIStream |
Gets a boolean value indicating if this item supports a content stream.
If the value is a 32-bit negative integer, it will be used as an error to report on stream open tentative.
| |
TransferMediumItem |
Gets the transfer medium item ShellBoost specific property key.
| |
ViewHwnd |
Gets the ShellBoost view window handle property key. Only available from the native proxy.
| |
ViewStateIdentityItem |
Gets the view state identity item ShellBoost specific property key.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
Commit |
Commits this instance.
| |
CopyTo |
Copies this values to another property store.
| |
GetBuiltInPropertyKeyName |
Gets the name of a ShellBoost specific property key.
| |
GetIndex |
Gets a property key index.
| |
GetNullifiedValue |
Gets the string value associated with the specified key. The string is trimmed and converted to the default value if its length is 0.
| |
GetValue(PropertyKey, Object) |
Gets a property key value or a default value.
| |
GetValueT(PropertyKey, T) |
Gets a typed property key value or a default value.
| |
IsOwnedProperty |
Determines if a PROPERTYKEY format id is owned by ShellBoost.
| |
IsWritable |
Determines whether the specified key value is writable. The default implementation returns true.
| |
SetValue |
Sets a property key value.
| |
TryGetAt |
Gets a property key by its index in this store.
| |
TryGetValue |
Gets the value associated with the specified key.
|