次の方法で共有


FileProperties コンストラクター

定義

オーバーロード

FileProperties()

FileProperties クラスの新しいインスタンスを初期化します。

FileProperties(FileProperties)

既存のインスタンスに基づいて FileProperties クラスの新しいインスタンスを初期化します。

FileProperties()

FileProperties クラスの新しいインスタンスを初期化します。

public FileProperties ();
Public Sub New ()

適用対象

FileProperties(FileProperties)

既存のインスタンスに基づいて FileProperties クラスの新しいインスタンスを初期化します。

public FileProperties (Microsoft.Azure.Storage.File.FileProperties other);
new Microsoft.Azure.Storage.File.FileProperties : Microsoft.Azure.Storage.File.FileProperties -> Microsoft.Azure.Storage.File.FileProperties
Public Sub New (other As FileProperties)

パラメーター

other
FileProperties

複製する一連のファイル プロパティです。

適用対象