次の方法で共有


ViewInfoObjectClass.IsDefault プロパティ

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
<DispIdAttribute(2)> _
Public Overridable Property IsDefault As Boolean Implements ViewInfo.IsDefault
'使用
Dim instance As ViewInfoObjectClass
Dim value As Boolean

value = CType(instance, ViewInfo).IsDefault

CType(instance, ViewInfo).IsDefault = value
[DispIdAttribute(2)] 
public virtual bool ViewInfo.IsDefault { get; set; }

関連項目

参照

ViewInfoObjectClass クラス
ViewInfoObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間