このメソッドは、内部の使用に予約されています。コードから直接使用するためのものではありません。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (microsoft.office.infopath.dll 内)
構文
'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function CreateObjRef ( _
requestedType As Type _
) As ObjRef
'使用
Dim instance As XmlFormHostItem
Dim requestedType As Type
Dim returnValue As ObjRef
returnValue = instance.CreateObjRef(requestedType)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override ObjRef CreateObjRef (
Type requestedType
)
パラメータ
- requestedType
関連項目
参照
XmlFormHostItem クラス
XmlFormHostItem のメンバ
Microsoft.Office.InfoPath 名前空間