IRelatedDocList.GetRegistrationCount(DocData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetches the number of times a document has been registered in this list.
public:
int GetRegistrationCount(Microsoft::VisualStudio::Modeling::Shell::DocData ^ docData);
public int GetRegistrationCount (Microsoft.VisualStudio.Modeling.Shell.DocData docData);
abstract member GetRegistrationCount : Microsoft.VisualStudio.Modeling.Shell.DocData -> int
Public Function GetRegistrationCount (docData As DocData) As Integer
Parameters
- docData
- DocData
DocData object whose registration count should be fetched
Returns
Registration count for the DocData