DatabasePropertyPageDefinition.IsConfigDependent, propriété
Obtient ou définit une valeur qui indique si ces propriétés dépendent de la configuration de projet.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsConfigDependent As Boolean
Get
public bool IsConfigDependent { get; }
public:
virtual property bool IsConfigDependent {
bool get () sealed;
}
abstract IsConfigDependent : bool
override IsConfigDependent : bool
final function get IsConfigDependent () : boolean
Valeur de propriété
Type : System.Boolean
Implémentations
IDatabaseProjectPropertyPageDefinition.IsConfigDependent
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.
Voir aussi
Référence
DatabasePropertyPageDefinition Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms