IVsProfileSettingsTree.GetSecurityLevel(UInt32) Method

Definition

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  
);  

Applies to