IVsProfileSettingsTree.GetIsAutomationPropBased(Int32) 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.
Determines if automation is property based.
public:
int GetIsAutomationPropBased([Runtime::InteropServices::Out] int % pfAutoProp);
C++/WinRT
int GetIsAutomationPropBased([Runtime::InteropServices::Out] int & pfAutoProp);
public int GetIsAutomationPropBased(out int pfAutoProp);
abstract member GetIsAutomationPropBased : int -> int
Public Function GetIsAutomationPropBased (ByRef pfAutoProp As Integer) As Integer
- pfAutoProp
- Int32
[out] A BOOL value; true
if automation is property-based.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::GetIsAutomationPropBased(
[out] BOOL *pfAutoProp
);
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |