DatabaseProjectBuildActionHelper.IsExportedToPartialProjects Method
Returns a value that indicates whether this build action can be exported to partial projects.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function IsExportedToPartialProjects ( _
candidate As String _
) As Boolean
public bool IsExportedToPartialProjects(
string candidate
)
public:
bool IsExportedToPartialProjects(
String^ candidate
)
member IsExportedToPartialProjects :
candidate:string -> bool
public function IsExportedToPartialProjects(
candidate : String
) : boolean
Parameters
- candidate
Type: System.String
The candidate build action that is expressed as the nonlocalized name of the build item.
Return Value
Type: System.Boolean
true if this build action is exported during partial project export.
.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
DatabaseProjectBuildActionHelper Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace