CodeGraphNodeIdMemberBuilder.HasExplicitInterface Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public bool HasExplicitInterface { get; }
public:
property bool HasExplicitInterface {
bool get();
}
member HasExplicitInterface : bool with get
Public ReadOnly Property HasExplicitInterface As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
CodeGraphNodeIdMemberBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top