StrokeCollection.GetPropertyDataIds Yöntem

Tanım

ile ilişkili tüm özel özelliklerin GUID'lerini StrokeCollectiondöndürür.

public:
 cli::array <Guid> ^ GetPropertyDataIds();
public Guid[] GetPropertyDataIds ();
member this.GetPropertyDataIds : unit -> Guid[]
Public Function GetPropertyDataIds () As Guid()

Döndürülenler

Guid[]

Özel özellik tanımlayıcılarını temsil eden tür Guid dizisi.

Örnekler

Aşağıdaki örnek, içinden özel özellik tanımlayıcılarının StrokeCollectionnasıl alınduğunu gösterir.

private void GetPropertyIds(StrokeCollection strokes)
{
    Guid[] propertyIds = strokes.GetPropertyDataIds();
}
Private Sub GetPropertyIds(ByVal strokes As StrokeCollection)

    Dim propertyIds As Guid() = strokes.GetPropertyDataIds()

End Sub

Şunlara uygulanır