Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Function ShowDocumentHolder As Integer
'使用
Dim instance As SubordinateDocumentLockHolder
Dim returnValue As Integer
returnValue = instance.ShowDocumentHolder()
public int ShowDocumentHolder()
public:
virtual int ShowDocumentHolder() sealed
public final function ShowDocumentHolder() : int
Return Value
Type: System.Int32
Implements
IVsDocumentLockHolder.ShowDocumentHolder()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SubordinateDocumentLockHolder Class