Share via


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

Return Value

Type: System.String
The value for this item.

Remarks

This method can be called on a background thread.

.NET Framework Security

See Also

Reference

IToolboxItemInfo Interface

Microsoft.VisualStudio.Shell Namespace