IVsSettingsReader::ReadCategoryVersion Method (Int32, Int32, Int32, Int32)

 

Returns the value of a category version object stored in the Visual Studio settings file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int ReadCategoryVersion(
	[OutAttribute] int% pnMajor,
	[OutAttribute] int% pnMinor,
	[OutAttribute] int% pnBuild,
	[OutAttribute] int% pnRevision
)

Parameters

pnMajor
Type: System::Int32

[out] The major version number of the category.

pnMinor
Type: System::Int32

[out] The minor version number of the category.

pnBuild
Type: System::Int32

[out] The build number of the category.

pnRevision
Type: System::Int32

[out] The revision number of the category.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: