IVCRulePropertyStorage.DeleteProperty – metoda
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
Sub DeleteProperty ( _
bstrPropertyName As String _
)
void DeleteProperty(
string bstrPropertyName
)
void DeleteProperty(
[InAttribute] String^ bstrPropertyName
)
abstract DeleteProperty :
bstrPropertyName:string -> unit
function DeleteProperty(
bstrPropertyName : String
)
Parametry
- bstrPropertyName
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.