IVsProfileSettingsTree.GetSecurityLevel(UInt32) 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.
Gets the security level of a node.
public:
int GetSecurityLevel([Runtime::InteropServices::Out] System::UInt32 % pSecurityLevel);
int GetSecurityLevel([Runtime::InteropServices::Out] unsigned int & pSecurityLevel);
public int GetSecurityLevel (out uint pSecurityLevel);
abstract member GetSecurityLevel : uint32 -> int
Public Function GetSecurityLevel (ByRef pSecurityLevel As UInteger) As Integer
Parameters
- pSecurityLevel
- UInt32
[out] A __VSPROFILECATEGORYSECURITY value specifying the security level.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::GetSecurityLevel(
[out] VSPROFILECATEGORYSECURITY *pSecurityLevel
);