次の方法で共有


_SharingItem.RemotePath プロパティ

定義

オブジェクトの共有コンテキストのパスを表す String (C#の文字列 ) を SharingItem 返します。 読み取り専用です。

public:
 property System::String ^ RemotePath { System::String ^ get(); };
public string RemotePath { get; }
Public ReadOnly Property RemotePath As String

プロパティ値

注釈

このプロパティには、 SharingItem オブジェクト内に含まれる、WebCal カレンダーの URL など、共有コンテキストのパスが含まれています。

SharingItem オブジェクトのプロパティが olSharingMsgTypeRequest に設定されている場合Type、このプロパティは空の文字列に設定されます。

適用対象