Método IVCRulePropertyStorage.DeleteProperty
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Sub DeleteProperty ( _
bstrPropertyName As String _
)
void DeleteProperty(
string bstrPropertyName
)
void DeleteProperty(
[InAttribute] String^ bstrPropertyName
)
abstract DeleteProperty :
bstrPropertyName:string -> unit
function DeleteProperty(
bstrPropertyName : String
)
Parâmetros
- bstrPropertyName
Tipo: String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.