RefactoringOperation.PreviewWindowInfo, propriété
Obtient les informations de la fenêtre d'aperçu.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Protected MustOverride ReadOnly Property PreviewWindowInfo As PreviewWindowInfo
Get
protected abstract PreviewWindowInfo PreviewWindowInfo { get; }
protected:
virtual property PreviewWindowInfo^ PreviewWindowInfo {
PreviewWindowInfo^ get () abstract;
}
abstract PreviewWindowInfo : PreviewWindowInfo
abstract function get PreviewWindowInfo () : PreviewWindowInfo
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Schema.Package.Refactoring.PreviewWindowInfo
Notes
Les informations de fenêtre d'aperçu incluent le titre de la fenêtre, la description, le texte de bouton de confirmation, le texte d'avertissement, et ainsi de suite.
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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms