IDiagram.TypeName Property

 

A string indicating what kind of diagram this is, such as "ComponentDiagram".

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

Syntax

string TypeName { get; }
property String^ TypeName {
    String^ get();
}
abstract TypeName : string with get
ReadOnly Property TypeName As String

Property Value

Type: System.String

See Also

IDiagram Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace

Return to top