IVCRulePropertyStorage.DeleteProperty Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub DeleteProperty ( _
bstrPropertyName As String _
)
void DeleteProperty(
string bstrPropertyName
)
void DeleteProperty(
[InAttribute] String^ bstrPropertyName
)
abstract DeleteProperty :
bstrPropertyName:string -> unit
function DeleteProperty(
bstrPropertyName : String
)
Parameters
- bstrPropertyName
Type: System.String
.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.