DocData.SetUntitledDocPath Method
Currently not implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Overridable Function SetUntitledDocPath ( _
fileName As String _
) As Integer
public virtual int SetUntitledDocPath(
string fileName
)
public:
virtual int SetUntitledDocPath(
String^ fileName
)
abstract SetUntitledDocPath :
fileName:string -> int
override SetUntitledDocPath :
fileName:string -> int
public function SetUntitledDocPath(
fileName : String
) : int
Parameters
fileName
Type: System.StringCurrently not implemented.
Return Value
Type: System.Int32
Currently not implemented.
Implements
IVsPersistDocData2.SetUntitledDocPath(String)
IVsPersistDocData.SetUntitledDocPath(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.