ItemIdListSetPropertyValue Method |
Sets a property value.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void SetPropertyValue(
SHCOLUMNID pShellColumnID,
string pValue
)
Public Sub SetPropertyValue (
pShellColumnID As SHCOLUMNID,
pValue As String
)
public:
void SetPropertyValue(
SHCOLUMNID pShellColumnID,
String^ pValue
)
member SetPropertyValue :
pShellColumnID : SHCOLUMNID *
pValue : string -> unit Parameters
- pShellColumnID SHCOLUMNID
- Identifier for the property.
- pValue String
- The value.
See Also