BlueprintNode.GetOptionalAttribute Method (String, String, XmlReader)

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Function GetOptionalAttribute ( _
    attribute As String, _
    attributeNamespace As String, _
    reader As XmlReader _
) As String
'Usage
Dim attribute As String 
Dim attributeNamespace As String 
Dim reader As XmlReader 
Dim returnValue As String 

returnValue = Me.GetOptionalAttribute(attribute, _
    attributeNamespace, reader)
protected internal string GetOptionalAttribute(
    string attribute,
    string attributeNamespace,
    XmlReader reader
)
protected public:
String^ GetOptionalAttribute(
    String^ attribute, 
    String^ attributeNamespace, 
    XmlReader^ reader
)
protected internal function GetOptionalAttribute(
    attribute : String, 
    attributeNamespace : String, 
    reader : XmlReader
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

GetOptionalAttribute Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace