IToolboxExtensionsSdkInfo2.GetAttributeValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 to retrieve the value for.
Returns
The value of the attribute, or null if it was not found.