Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Sub ItemPropertyChange2 ( _
Item As Object, _
strPropertySheet As String, _
strItemType As String, _
PropertyName As String _
)
void ItemPropertyChange2(
Object Item,
string strPropertySheet,
string strItemType,
string PropertyName
)
void ItemPropertyChange2(
Object^ Item,
String^ strPropertySheet,
String^ strItemType,
String^ PropertyName
)
abstract ItemPropertyChange2 :
Item:Object *
strPropertySheet:string *
strItemType:string *
PropertyName:string -> unit
function ItemPropertyChange2(
Item : Object,
strPropertySheet : String,
strItemType : String,
PropertyName : String
)
Paramètres
- Item
Type : System.Object
- strPropertySheet
Type : System.String
- strItemType
Type : System.String
- PropertyName
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.