Initializes a new instance of DocData from the specified file and sets the site from the specified site.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Public Sub New ( _
provider As IServiceProvider, _
fileName As String _
)
'使用
Dim provider As IServiceProvider
Dim fileName As String
Dim instance As New DocData(provider, _
fileName)
public DocData(
IServiceProvider provider,
string fileName
)
public:
DocData(
IServiceProvider^ provider,
String^ fileName
)
public function DocData(
provider : IServiceProvider,
fileName : String
)
Parameters
provider
Type: System.IServiceProvider
fileName
Type: System.StringThe source file.
Remarks
This will create the underlying text buffer and will register the buffer in the Running Document Table. Calling Dispose will unregister the buffer.
Permissions
- 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.