BlueprintNode.HandleAttributeError Method

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 Sub HandleAttributeError ( _
    attribute As String, _
    reader As XmlReader _
)
'Usage
Dim attribute As String 
Dim reader As XmlReader 

Me.HandleAttributeError(attribute, _
    reader)
protected internal void HandleAttributeError(
    string attribute,
    XmlReader reader
)
protected public:
void HandleAttributeError(
    String^ attribute, 
    XmlReader^ reader
)
protected internal function HandleAttributeError(
    attribute : String, 
    reader : XmlReader
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

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