IVsProfileSettingsTree.GetSecurityLevel(UInt32) Method
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);
C++/WinRT
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
- pSecurityLevel
- UInt32
[out] A __VSPROFILECATEGORYSECURITY value specifying the security level.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::GetSecurityLevel(
[out] VSPROFILECATEGORYSECURITY *pSecurityLevel
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |