Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clears the property value of a tool property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub ClearToolProperty ( _
pTool As Object, _
bstrPropertyName As String _
)
void ClearToolProperty(
Object pTool,
string bstrPropertyName
)
void ClearToolProperty(
[InAttribute] Object^ pTool,
[InAttribute] String^ bstrPropertyName
)
abstract ClearToolProperty :
pTool:Object *
bstrPropertyName:string -> unit
function ClearToolProperty(
pTool : Object,
bstrPropertyName : String
)
Parameters
- pTool
Type: System.Object
Tool property to clear.
- bstrPropertyName
Type: System.String
Property name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.