IToolboxExtensionsSdkInfo2.GetAttributeValue(String) Method

Definition

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

public:
 System::String ^ GetAttributeValue(System::String ^ attributeName);
public:
 Platform::String ^ GetAttributeValue(Platform::String ^ attributeName);
std::wstring GetAttributeValue(std::wstring const & attributeName);
public string GetAttributeValue (string attributeName);
abstract member GetAttributeValue : string -> string
Public Function GetAttributeValue (attributeName As String) As String

Parameters

attributeName
String

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

Returns

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

Applies to