Share via


CodeGraphNodeIdMemberBuilder.HasExplicitInterface Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public ReadOnly Property HasExplicitInterface As Boolean
public bool HasExplicitInterface { get; }
public:
property bool HasExplicitInterface {
    bool get ();
}
member HasExplicitInterface : bool with get
function get HasExplicitInterface () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdMemberBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace