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.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Returns a value that indicates whether this instance is read-only.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Protected Overridable Function GetIsReadOnly As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.GetIsReadOnly()
protected virtual bool GetIsReadOnly()
protected:
virtual bool GetIsReadOnly()
protected function GetIsReadOnly() : boolean
Return Value
Type: System.Boolean
true if this object is read-only; otherwise, false.
See Also
Reference
ListContractAdapter<TContract> Class