Método VCCustomBuildRule.AddIntegerProperty
Adiciona uma propriedade de inteiro à regra de compilação personalizada com o nome fornecido.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Function AddIntegerProperty ( _
Name As String _
) As VCRuntimeIntegerProperty
VCRuntimeIntegerProperty AddIntegerProperty(
string Name
)
VCRuntimeIntegerProperty^ AddIntegerProperty(
[InAttribute] String^ Name
)
abstract AddIntegerProperty :
Name:string -> VCRuntimeIntegerProperty
function AddIntegerProperty(
Name : String
) : VCRuntimeIntegerProperty
Parâmetros
- Name
Tipo: System.String
O nome da propriedade inteiro.
Valor de retorno
Tipo: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
A VCRuntimeIntegerProperty object.
Comentários
AddIntegerPropertyRetorna a nova propriedade de inteiro.
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áveis.