更新 : 2007 年 11 月
この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間 : Microsoft.Office.Tools.Excel.Contract
アセンブリ : Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll 内)
構文
'宣言
Function CreateXmlMappedRange ( _
range As IntPtr, _
ByRef map As IntPtr, _
schema As String, _
rootElementName As String, _
xpath As String, _
name As String _
) As String
'使用
Dim instance As IWorksheetControlCollectionContract
Dim range As IntPtr
Dim map As IntPtr
Dim schema As String
Dim rootElementName As String
Dim xpath As String
Dim name As String
Dim returnValue As String
returnValue = instance.CreateXmlMappedRange(range, _
map, schema, rootElementName, xpath, _
name)
string CreateXmlMappedRange(
IntPtr range,
ref IntPtr map,
string schema,
string rootElementName,
string xpath,
string name
)
パラメータ
- range
型 : System.IntPtr
- map
型 : System.IntPtr%
- schema
型 : System.String
- rootElementName
型 : System.String
- xpath
型 : System.String
- name
型 : System.String
戻り値
型 : System.String
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
IWorksheetControlCollectionContract インターフェイス