SyntaxFactory.XmlPermissionElement 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.
Overloads
XmlPermissionElement(CrefReferenceSyntax, SyntaxList<XmlNodeSyntax>) |
Creates the syntax representation of a permission element within xml documentation comments. |
XmlPermissionElement(CrefReferenceSyntax, XmlNodeSyntax[]) |
Creates the syntax representation of a permission element within xml documentation comments. |
XmlPermissionElement(CrefReferenceSyntax, SyntaxList<XmlNodeSyntax>)
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
Creates the syntax representation of a permission element within xml documentation comments.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlPermissionElement(Microsoft::CodeAnalysis::VisualBasic::Syntax::CrefReferenceSyntax ^ cref, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlPermissionElement (Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefReferenceSyntax cref, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> content);
static member XmlPermissionElement : Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefReferenceSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlPermissionElement (cref As CrefReferenceSyntax, content As SyntaxList(Of XmlNodeSyntax)) As XmlElementSyntax
Parameters
- cref
- CrefReferenceSyntax
Syntax representation of the reference to the permission type.
- content
- SyntaxList<XmlNodeSyntax>
A list of syntax nodes that represents the content of the permission element.
Returns
Applies to
XmlPermissionElement(CrefReferenceSyntax, XmlNodeSyntax[])
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
Creates the syntax representation of a permission element within xml documentation comments.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlPermissionElement(Microsoft::CodeAnalysis::VisualBasic::Syntax::CrefReferenceSyntax ^ cref, ... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> ^ content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlPermissionElement (Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefReferenceSyntax cref, params Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] content);
static member XmlPermissionElement : Microsoft.CodeAnalysis.VisualBasic.Syntax.CrefReferenceSyntax * Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlPermissionElement (cref As CrefReferenceSyntax, ParamArray content As XmlNodeSyntax()) As XmlElementSyntax
Parameters
- cref
- CrefReferenceSyntax
Syntax representation of the reference to the permission type.
- content
- XmlNodeSyntax[]
A list of syntax nodes that represents the content of the permission element.