SchemaViewControllerBaseInternal.FileNameFromElement Method
Returns the file path that the object definition is in.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Friend Overridable Function FileNameFromElement ( _
sse As IScriptSourcedElement _
) As String
'Usage
Dim sse As IScriptSourcedElement
Dim returnValue As String
returnValue = Me.FileNameFromElement(sse)
protected internal virtual string FileNameFromElement(
IScriptSourcedElement sse
)
protected public:
virtual String^ FileNameFromElement(
IScriptSourcedElement^ sse
)
function FileNameFromElement(
sse : IScriptSourcedElement
) : String
abstract FileNameFromElement :
sse:IScriptSourcedElement -> string
override FileNameFromElement :
sse:IScriptSourcedElement -> string
Parameters
- sse
Type: Microsoft.Data.Schema.SchemaModel.IScriptSourcedElement
The model element
Return Value
Type: System.String
.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
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace