Método IGenericUserDefinedTool.GetPropertiesObjectName
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Sub GetPropertiesObjectName ( _
Index As Integer, _
<OutAttribute> ByRef bstrPageName As String _
)
void GetPropertiesObjectName(
int Index,
out string bstrPageName
)
void GetPropertiesObjectName(
[InAttribute] int Index,
[OutAttribute] String^% bstrPageName
)
abstract GetPropertiesObjectName :
Index:int *
bstrPageName:string byref -> unit
function GetPropertiesObjectName(
Index : int,
bstrPageName : String
)
Parâmetros
- Index
Tipo: System.Int32
Índice de propriedade
- bstrPageName
Tipo: System.String%
Nome do objeto de propriedade
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.