Gets the number of times a document has been registered in this list.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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.DocDataDocData 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.