BlueprintNode.GetNamespaceAttribute Method (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 GetNamespaceAttribute ( _
attribute As String, _
reader As XmlReader _
) As String
'Usage
Dim attribute As String
Dim reader As XmlReader
Dim returnValue As String
returnValue = Me.GetNamespaceAttribute(attribute, _
reader)
protected internal string GetNamespaceAttribute(
string attribute,
XmlReader reader
)
protected public:
String^ GetNamespaceAttribute(
String^ attribute,
XmlReader^ reader
)
protected internal function GetNamespaceAttribute(
attribute : String,
reader : XmlReader
) : String
Parameters
- attribute
Type: System.String
- reader
Type: System.Xml.XmlReader
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GetNamespaceAttribute Overload
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace