VsModelingView.IsOperational Property

 

Indicates if any ModelBusView manipulation APIs can be called on this instance.

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

public override bool IsOperational { get; }
public:
property bool IsOperational {
    virtual bool get() override;
}
override IsOperational : bool with get
Public Overrides ReadOnly Property IsOperational As Boolean

Property Value

Type: System.Boolean

See Also

VsModelingView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top