Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CopyToOutputDirectory property.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property ExtenderCopyToOutputDirectory As CopyToOutputDirectoryValue
'Usage
Dim instance As DatabaseFileNodeExtender
Dim value As CopyToOutputDirectoryValue
value = instance.ExtenderCopyToOutputDirectory
instance.ExtenderCopyToOutputDirectory = value
public CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory { get; set; }
public:
property CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory {
CopyToOutputDirectoryValue get ();
void set (CopyToOutputDirectoryValue value);
}
public function get ExtenderCopyToOutputDirectory () : CopyToOutputDirectoryValue
public function set ExtenderCopyToOutputDirectory (value : CopyToOutputDirectoryValue)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.CopyToOutputDirectoryValue
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseFileNodeExtender Class
DatabaseFileNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace