VisibilityKind Enumeration

 

DomainEnumeration: VisibilityKind Defines the scope within which the name of an element can be used.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

[CLSCompliantAttribute(true)]
public enum class VisibilityKind

Member nameDescription
Package

Visible in the same model or package as the owner.

Private

Not visible outside the owning namespace such as a class or package.

Protected

Visible to specializations of the owning classifier.

Public

Visible globally

System_CAPS_noteNote

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.

Return to top
Show: