IToolboxExtensionsSdkInfo2::GetAttributeValue Method (String^)

Visual Studio 2015
 

Retrieves the value of an attribute in the manifest of an Extesion SDK.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

String^ GetAttributeValue(
	String^ attributeName
)

Parameters

attributeName
Type: System::String^

The name of the attribute for which to retrieve the value.

Return Value

Type: System::String^

The value of the attribute, or null if it was not found.

Return to top
Show: