ItemIdListSetPropertyValue Method |
Sets a property value.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public 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
- Type: Jam.ShellSHCOLUMNID
Identifier for the property. - pValue
- Type: SystemString
The value.
See Also