IVsProfileSettingsTree.GetIsAutomationPropBased(Int32) 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.
Determines if automation is property based.
public:
int GetIsAutomationPropBased([Runtime::InteropServices::Out] int % pfAutoProp);
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
Parameters
- pfAutoProp
- Int32
[out] A BOOL value; true
if automation is property-based.
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::GetIsAutomationPropBased(
[out] BOOL *pfAutoProp
);