IToolboxItemInfo.GetPropertyValue Method
Returns the corresponding value for this item from a given property identifier.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaración
Function GetPropertyValue ( _
name As String _
) As String
string GetPropertyValue(
string name
)
Parameters
- name
Type: System.String
A non-localized identifier from the ItemPropertyIdsAndNames property.
Return Value
Type: System.String
The value for this item.
Remarks
This method can be called on a background thread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.