BlueprintNode.GetOptionalAttribute Method (String, Boolean, 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, _
    defaultValue As Boolean, _
    reader As XmlReader _
) As Boolean
'Usage
Dim attribute As String 
Dim defaultValue As Boolean 
Dim reader As XmlReader 
Dim returnValue As Boolean 

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

GetOptionalAttribute Overload

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