RdtManager.GetMkDocument Method

Returns the document moniker for the specified frame.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Sub GetMkDocument ( _
    frame As IVsWindowFrame, _
    <OutAttribute> ByRef mkDoc As String _
)
'Usage
Dim frame As IVsWindowFrame
Dim mkDoc As String

RdtManager.GetMkDocument(frame, mkDoc)
public static void GetMkDocument(
    IVsWindowFrame frame,
    out string mkDoc
)
public:
static void GetMkDocument(
    IVsWindowFrame^ frame, 
    [OutAttribute] String^% mkDoc
)
public static function GetMkDocument(
    frame : IVsWindowFrame, 
    mkDoc : String
)
static member GetMkDocument : 
        frame:IVsWindowFrame * 
        mkDoc:string -> unit 

Parameters

.NET Framework Security

See Also

Reference

RdtManager Class

RdtManager Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace