다음을 통해 공유


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

‘선언
Function GetPropertyValue ( _
    name As String _
) As String
string GetPropertyValue(
    string name
)

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