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
'Declaration
Function GetPropertyValue ( _
name As String _
) As String
string GetPropertyValue(
string name
)
String^ GetPropertyValue(
String^ name
)
abstract GetPropertyValue :
name:string -> string
function GetPropertyValue(
name : String
) : String
Parameters
name
Type: System.StringA 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.