DatabaseFileNodeExtender.ExtenderCopyToOutputDirectory, propriété
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package.Sql (dans Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntaxe
'Déclaration
Public Property ExtenderCopyToOutputDirectory As CopyToOutputDirectoryValue
Get
Set
public CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory { get; set; }
public:
property CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory {
CopyToOutputDirectoryValue get ();
void set (CopyToOutputDirectoryValue value);
}
member ExtenderCopyToOutputDirectory : CopyToOutputDirectoryValue with get, set
function get ExtenderCopyToOutputDirectory () : CopyToOutputDirectoryValue
function set ExtenderCopyToOutputDirectory (value : CopyToOutputDirectoryValue)
Valeur de propriété
Type : Microsoft.VisualStudio.Data.Schema.Package.Internal.CopyToOutputDirectoryValue
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
DatabaseFileNodeExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal, espace de noms