Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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