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.
Gets the number of times a document has been registered in this list.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Function GetRegistrationCount ( _
docData As DocData _
) As Integer
int GetRegistrationCount(
DocData docData
)
int GetRegistrationCount(
DocData^ docData
)
abstract GetRegistrationCount :
docData:DocData -> int
function GetRegistrationCount(
docData : DocData
) : int
Parameters
- docData
Type: Microsoft.VisualStudio.Modeling.Shell.DocData
DocData object whose registration count should be fetched
Return Value
Type: System.Int32
Registration count for the DocData
.NET Framework Security
- 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.