共用方式為


XmlSchemaSearchPattern.Pattern 屬性

定義

取得要當做搜尋目標使用的檔名模式。

public:
 virtual property System::String ^ Pattern { System::String ^ get(); };
public override string Pattern { get; }
member this.Pattern : string
Public Overrides ReadOnly Property Pattern As String

屬性值

常值字串 "*.xsd"。

備註

模式 「*.xsd」 表示 XML 架構檔延伸模組。

適用於